-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Tracing: instrument logs and ensure traces are propagated through asyncio.Queues
#6857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Tracing: instrument logs and ensure traces are propagated through asyncio.Queues
#6857
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6857 +/- ##
==========================================
+ Coverage 88.37% 88.53% +0.16%
==========================================
Files 1567 1236 -331
Lines 61463 52888 -8575
Branches 1994 1138 -856
==========================================
- Hits 54319 46826 -7493
+ Misses 6813 5856 -957
+ Partials 331 206 -125
Continue to review full report in Codecov by Sentry.
|
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious to see this
pcrespov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the idea looks very promising
Left some suggestions
|



What do these changes do?
trace_idandspan_idwill now be printed in the logs. This will mean we can search for thetrace_idin Graylog to see the logs associated with a single trace (probably requires updating a setting in Graylog). A future goal is to connect/integrate the prometheus metrics (via exemplars), logs and traces as described in Improve/Setup osparc-simcore observability #6831, so we can navigate through our different observation tools using the Grafana UIrun_sequentially_in_context(this should propagate the traces you mentioned were missing in Jaeger @sanderegg: Ensure the httpx client indirector-v2(used to contact thecatalog) is instrumented with opentelemetry. #6822)Related issue/s
trace_ids to logging and ensure all httpx clients are instrumented. #6835director-v2(used to contact thecatalog) is instrumented with opentelemetry. #6822How to test
Dev-ops checklist